Articles by Navjot Singh
-
How to Install Discourse Forum with Nginx and Free Let's Encrypt SSL on Debian 11
Author: Navjot Singh • Tags: debian, linux, nginx • Comments: 0Discourse is an open-source community discussion platform built using the Ruby language. It is designed to work as a forum, chat software or mailing list. In this tutorial, you will learn how to install Discourse Forum with the Nginx server on a Debian 11 based server.
-
How to Install and Configure S3 Compatible Object Storage Server using Minio on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, server, storage, ubuntu • Comments: 1Object storage is the storage and retrieval of unstructured blobs of data and metadata using an HTTP API. Minio is a popular open-source, self-hosted, Amazon S3 compatible object storage server. In this tutorial, you will install the Minio server on a Ubuntu 20.04 server, protect it using an SSL certificate from Let's Encrypt, and access it using a command-line client.
-
How to Install AbanteCart with Nginx and SSL on Debian 11
Author: Navjot Singh • Tags: debian, linux, nginx, web server • Comments: 1Abantecart is a free, open-source, and feature-rich e-commerce application. It can create multiple online stores using a single installation with support for digital and physical products, integration with multiple payment gateways and currencies, multiple languages, coupons, store credits, and a customer dashboard.
-
-
How to Install Redmine Project Management Software on Rocky Linux 8
Author: Navjot Singh • Tags: nginx, server • Comments: 2Redmine is a free and open-source project management software and issue tracking tool. It is written using the Ruby on Rails framework and can be integrated with various version control systems.
-
How to Install NEOS CMS with Nginx and Let's Encrypt SSL on Rocky Linux 8
Author: Navjot Singh • Tags: linux, nginx, web server • Comments: 0Neos is a free and open-source content management system (CMS) that allows you to build complex websites easily without needing to code. In this tutorial, you will learn how to install Neos CMS on a server running Rocky Linux 8 OS.
-
How to Install Apache Cassandra on AlmaLinux / Rocky Linux 8
Author: Navjot Singh • Tags: linux, server • Comments: 0Apache Cassandra is an open-source NoSQL distributed database management system. In this tutorial, we will learn how to install Apache Cassandra on AlmaLinux and Rocky Linux 8 OS.
-
How to Install Apache Tomcat 10 with Nginx on Rocky Linux 8
Author: Navjot Singh • Tags: linux, nginx, server • Comments: 0Tomcat is an open-source web server for Java-based applications. It is used for deploying Java Servlet and JSP applications. We will install Tomcat 10 along with the Nginx server to act as a reverse proxy and protect it using SSL.
-
How to Install Spigot Minecraft Server on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, server, ubuntu • Comments: 10Spigot is a modified Minecraft server software based on CraftBukkit. It provides additional performance optimizations, configuration options and features while maintaining compatibility with all existing plugins and mods.
-
How to set up an NFS Mount on Rocky Linux 8
Author: Navjot Singh • Tags: desktop, linux, server, storage • Comments: 0Network File System or NFS is a distributed file system protocol that allows remote hosts to mount file systems over a network and perform file operations on them as though they are mounted locally. In this tutorial, you will learn how to install and configure the NFS Server and NFS Clients based on Rocky Linux 8.
-
How to Install and Use Podman to run Containers On Rocky Linux 8
Author: Navjot Singh • Tags: linux, virtualization • Comments: 0Podman is a free and open-source container platform built to develop, manage and deploy containers and pods on a Linux environment. This article will show you how to install Podman and use it to create and manage images and containers.